PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFCheckWidget Class / getExportValue Method
In This Topic
    getExportValue Method
    In This Topic
    Gets the widget's export value.
    When the form data is exported as FDF/XFDF/HTML or XML and the check widget is checked then this value is written to exported data stream.
    Syntax
    public java.lang.String getExportValue()

    Return Value

    The symbolic value associated with the check widget.
    See Also